home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / robo40_a.zip / BB_D.RS < prev    next >
Text File  |  1992-02-12  |  368b  |  19 lines

  1. TITLE "Byte Bank - Deposit all bytes"
  2.  
  3.     ; Open the door
  4.     SEND "BYTEBANK|"
  5.  
  6.     ; Send enter at any pause display
  7.     WHEN "(ENTER) TO CONTINUE" SEND "|"
  8.  
  9.     ; If no account is set up, say it's ok to set one up.
  10.     WHEN "DO YOU" SEND "Y|"
  11.  
  12.     WAITFOR "BYTEBANK COMMAND"
  13.     SEND "S;B;A|"
  14.  
  15.     WAITFOR "BYTEBANK COMMAND"
  16.     SEND "Q|"
  17.  
  18. EXIT 0
  19.